#Make Quad Tower/3D-Pos.
LMB:Make a Quadratic Plank-Tower at the Center at 0,0,0.**_
RMB:Make a Quadratic Plank-Tower at the Position of the 3D-Cursor.
[INP]Enter Height of the Tower.!50
MakeQuadTower([INP1],8,0,0,0)
#END
[OnRightMouseButton!]
[INP]Enter Height of the Tower.!50
x,y,z=bpy.context.scene.cursor.location
MakeQuadTower([INP1],8,x,y,z)
#END